* dispnew.c (getenv): Add extern declaration.
authorJim Blandy <jimb@redhat.com>
Thu, 25 Mar 1993 04:17:01 +0000 (04:17 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 25 Mar 1993 04:17:01 +0000 (04:17 +0000)
src/dispnew.c

index 7284baec2e5472f9e249df152370ffc59b4bcff2..a7a1fa5c80014f15e1d90f8904ff283e60bbf671 100644 (file)
@@ -45,6 +45,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "xterm.h"
 #endif /* HAVE_X_WINDOWS */
 
+extern char *getenv ();
+
 #define max(a, b) ((a) > (b) ? (a) : (b))
 #define min(a, b) ((a) < (b) ? (a) : (b))